projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b18bdb
)
Comment.
author
Glenn Morris
<rgm@gnu.org>
Sat, 22 Aug 2009 21:46:56 +0000
(21:46 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 22 Aug 2009 21:46:56 +0000
(21:46 +0000)
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index fa85cf1c6edef99383daaf0f291d21d2b6845ac0..2336feacf9e4106ba39b6aaf7ec9216adf059e92 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-3660,6
+3660,7
@@
for first matching file."
matches (cdr error))))
(when prefix-matches
(ido-trace "prefix match" prefix-matches)
+ ;; Bug#2042.
(setq matches (nconc prefix-matches matches)))
(when suffix-matches
(ido-trace "suffix match" (list text suffix-re suffix-matches))